home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 5
/
Amiga Plus Sonderheft 1996 #5.iso
/
programme
/
visual
/
rexx
/
quit.rexx
< prev
Wrap
OS/2 REXX Batch file
|
1995-10-29
|
169b
|
8 lines
/*
* Arexx program to quit ImageFX/ADPro.
*
*/
if show('p','IMAGEFX.1') then address 'IMAGEFX.1' 'Quit Force'
if show('p','ADPro') then address 'ADPro' 'ADPRO_EXIT'